home *** CD-ROM | disk | FTP | other *** search
- on setupTopics source
- global gLang
- put " " into field (gLang & "subtopics (A)")
- the itemDelimiter = ";"
- repeat with n = 1 to the number of items in line 2 of source - 1
- put item n of line 2 of source into line n of field (gLang & "Subtopics (A)")
- end repeat
- the itemDelimiter = ","
- end
-
- on setupMovieNames source
- global gLang
- the itemDelimiter = ";"
- repeat with n = 1 to the number of items in line 2 of source - 1
- put " " into field (gLang & "sub-subtopics (a" & n & ")")
- y = 1
- repeat with x = 1 to the number of items in line n + 4 of source / 2
- put item y of line n + 4 of source into line x of field (gLang & "sub-subtopics (a" & n & ")")
- y = y + 2
- end repeat
- end repeat
- the itemDelimiter = ","
- end
-